This is a new paragraph.
<head>
<title> HTML Sample </title>
</head>
<body>
<h2>My Title </h2>
This is a <b>small</b> example of HTML <p> This is a new paragraph.<p>
<ol>
<li> Item one
<li> Item two
</ol>
</body>
</html>